ImagePosition Enumeration
Specifies the location of an image relative to the text of a control.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public enum ImagePosition
Public Enumeration ImagePosition
| Start | 0 |
Image is placed before the text.
|
| End | 1 |
Image is placed after the text.
|
| Top | 2 |
Image is placed above the text.
|
| Bottom | 3 |
Image is placed below the text.
|
| None | 4 |
None.
|